Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too,
authorTor Lillqvist <tml@novell.com>
Tue, 17 Jun 2008 19:29:22 +0000 (19:29 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Tue, 17 Jun 2008 19:29:22 +0000 (19:29 +0000)
commit293ed565ee6f5f408a8418893c1c4665b53fce95
treedbf30f2833e70778606f49db070889d7a1603591
parent7ff875bb1acbf90c57381df1ff8e4c2e6725f32d
Need to do the GTK_DISABLE_DEPRECATED #undef/#define dance here, too,

2008-06-17  Tor Lillqvist  <tml@novell.com>

* gtk/gtknotebook.c: Need to do the GTK_DISABLE_DEPRECATED
#undef/#define dance here, too, because
gtk_notebook_set_group_id() is deprecated but used here before it
is defined, and gcc complains about conflicting type from the
implicit int declaration when it sees the actual void definition.

svn path=/trunk/; revision=20435
ChangeLog
gtk/gtknotebook.c